Log in Register Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

cody's Profile Picture

cody

4270 Files

632454 Views

Latest files of /cody/frontendcharm/Mini-Projects/FORM AND INPUTS/Neumorphic Toggle Switch

style.css cody/frontendcharm/Mini-Projects/FORM AND INPUTS/Neumorphic Toggle Switch/style.css
121 Views
0 Comments
:root {
--primary-light: #8abdff;
--primary: #6d5dfc;
--primary-dark: #5b0eeb;
--white: #ffffff;
--greyLight-1: #e4ebf5;
--greyLight-2: #c8d0e7;
--greyDark: #9baacf;
index.html cody/frontendcharm/Mini-Projects/FORM AND INPUTS/Neumorphic Toggle Switch/index.html
266 Views
0 Comments
<!DOCTYPE html>
<html>

<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>Neumorphic Toggle Switch</title>
<meta name='viewport' content='width=device-width, initial-scale=1'>